Add blog post regarding Forgejo in ogr#1099
Add blog post regarding Forgejo in ogr#1099centosinfra-prod-github-app[bot] merged 1 commit intopackit:mainfrom
Conversation
|
Should be merged after ogr is released. |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 11s |
lbarcziova
left a comment
There was a problem hiding this comment.
this is solid base, thank you. I am thinking we could also add:
- docs link: https://packit.github.io/ogr/
- mention we will be following up with work to support Forgejo as dist-git for future in Packit with link to epic
- example usage, we could add something here: https://github.com/packit/ogr/tree/main/examples
- maybe also simple direct code snippet example here, e.g.:
from ogr import ForgejoService
service = ForgejoService(instance_url="https://codeberg.org", token="...")
project = service.get_project(namespace="owner", repo="repo")|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 02s |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 08s |
19a6fd1 to
4f5043d
Compare
|
I've made a PR containing a simple example of setting commit statuses on Forgejo (an addition to the Jupyter notebook examples): packit/ogr#976 |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 09s |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 06s |
1e17433 to
b56f6ac
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 09s |
b56f6ac to
fbcaceb
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 05s |
fbcaceb to
4047453
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 08s |
|
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 08s |
Related: packit/ogr#976
Fixes #1098